home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / docs / announc5.lha / 1000 / 1041.geturl < prev    next >
Internet Message Format  |  1995-01-28  |  5KB

  1. From zerkle Tue Jan 17 08:10:49 1995
  2. Received: by toadflax.cs.ucdavis.edu (4.1/UCD.CS.2.6)
  3.     id AA13037; Tue, 17 Jan 95 08:10:48 PST
  4. Received: from ice.cs.ucdavis.edu by toadflax.cs.ucdavis.edu (4.1/UCD.CS.2.6)
  5.     id AA13030; Tue, 17 Jan 95 08:10:41 PST
  6. Received: from dialup-30.werple.mira.net.au by ice.cs.ucdavis.edu (5.65/UCD.CS.2.6)
  7.     id AA29834; Tue, 17 Jan 1995 08:10:22 -0800
  8. Received: by ArtWorks.mira.net.au (Amiga SMTPpost 1.04 December 9, 1994)
  9.         id AA01; Wed, 18 Jan 95 03:10:14 +1000
  10. Received: by ArtWorks.mira.net.au (Amiga SMTPpost 1.04 December 9, 1994)
  11.         id AA01; Wed, 18 Jan 95 03:02:15 +1000
  12. Message-Id: <201045b2.5cc60-JamesB@ArtWorks.mira.net.au>
  13. X-Mailer: //\\miga Electronic Mail (AmiElm 4.159)
  14. From: JamesB@werple.mira.net.au
  15. Reply-To: JamesB@werple.mira.net.au
  16. Date: Wed, 18 Jan 95 03:02:15 +1000
  17. Organization: Melbourne ArtWorks
  18. To: announce@cs.ucdavis.edu
  19. Subject: SUBMIT ???
  20. Errors-To: zerkle@cs.ucdavis.edu
  21. X-Server: Zserver v0.90beta
  22. Status: RO
  23.  
  24. submit
  25.  
  26.  
  27. Short:    Fetch Web source trees, save to file.
  28. Uploader: James Burton (burton@cs.latrobe.edu.au)
  29. Author:   James Burton (burton@cs.latrobe.edu.au)
  30. Type:     comm/tcp
  31.  
  32. TITLE          
  33.  
  34.     GetURL.rexx
  35.     
  36. VERSION
  37.  
  38.     1.0
  39.     
  40. AUTHOR
  41.  
  42.     James Burton
  43.     
  44.     c/o 
  45.     Department of Computer Science & Computer Engineering
  46.     Latrobe University
  47.     Bundoora, Victoria, 3083
  48.     Australia
  49.  
  50.     EMail:  burton@cs.latrobe.edu.au
  51.     Web:    http://www.cs.latrobe.edu.au/~burton/
  52.     
  53. DESCRIPTION
  54.  
  55.     -- Script to download HTML systems across the network --
  56.  
  57.     GetURL.rexx is an ARexx script which will download World-Wide Web pages.
  58.     With a simple command line it will download a specific page, and with
  59.     more complex command lines it will be able to download specific sets of
  60.     documents.
  61.     
  62.     The intention was to create a tool that allowed local caching of important
  63.     web pages and a flexible way of specifying what pages are important. The
  64.     script has no GUI as of yet but may have at some stage in the future.
  65.     
  66.     If you have ever tried to download and save to disc a 200 page document
  67.     using Mosaic, then you know what this script is for. Mosaic will only
  68.     let you load a page, then load it to disc, then load another page etc.
  69.     This is a very frustrating process. GetURL automates this process and
  70.     will run in batch mode without user intervention.
  71.     
  72.     The major features of GetURL.rexx are as follows:
  73.     
  74.     * doesn't require AMosaic, you you can be browsing something else
  75.         with AMosaic whilst this is running
  76.         
  77.     * save pages to your hard disc so that they can be read offline and
  78.         you can also give them to friends on a floppy disc. Who know, 
  79.         you may even be able to sell discs containing web pages :-)
  80.  
  81.     * flexible set of command line switches that allow you to restrict the 
  82.         type of pages that it downloads
  83.     
  84.     * ability to specify files for the lists of URLs that it keeps so
  85.         that any search for pages can be stopped and restarted at a later
  86.         date. i.e. you could run GetURL for 2 hours a day whilst you are
  87.         online and gradually download everything in the entire universe
  88.         and it won't repeat itself.
  89.         
  90.     * includes the ability to download itself when there are new versions.
  91.     
  92.     * will use a proxy if you have access to one, in order to both speed up
  93.         access to pages and also to reduce network load.
  94.         
  95.     * will download binary files (*.gif, *.lha) as easily as text and html
  96.         files.
  97.         
  98.     * documentation is in the top of the script file.
  99.         
  100. NEW FEATURES
  101.  
  102. SPECIAL REQUIREMENTS
  103.  
  104.     * Until somebody writes a TCP: device for the AS225 TCP/IP protocol
  105.         stack unfortunately this script will require AmiTCP.
  106.  
  107.     * requires the TCP: device be mounted
  108.     
  109.     * either restraint, or an extremely large hard disc - your choice :-)
  110.     
  111.     - This script is no use at all unless you have AmiTCP set up and running.
  112.     If you don't know what this means then please ask me (burton@cs.latrobe.edu.au).
  113.     
  114. HOST NAME
  115. DIRECTORY
  116.  
  117.     This script is available via
  118.     
  119.     Anonymous FTP to AmiNet
  120.         wuarchive.wustl.edu (128.252.135.4)
  121.         /pub/aminet/comm/tcp/GetURL-1.0.rexx
  122.         
  123.         and all of it's mirrors. Please check the closest mirror FIRST.
  124.         
  125.     HTTP from my university account
  126.         http://www.cs.latrobe.edu.au/~burton/Public/GetURL.rexx
  127.         (this URL will always point to the newest version)
  128.         
  129. FILE NAMES
  130.  
  131.     GetURL-1.0.rexx            41770 Bytes
  132.     GetURL-1.0.readme           3874 Bytes
  133.     
  134. PRICE
  135.     
  136.     Absolutely free to humans
  137.     
  138. DISTRIBUTABILITY
  139.     
  140.     Public domain. But so that a hundred different versions of this don't 
  141.     appear, please send corrections, new features, bug fixes etc. to me
  142.     and I will coordinate.
  143.                           
  144. End of File
  145.  
  146. -- 
  147. James Burton                                    | 
  148. EMail: JamesB@werple.mira.net.au                | Latrobe University
  149. WWW  : http://www.cs.latrobe.edu.au/~burton/    | Melbourne, Australia
  150.  
  151.  
  152.  
  153.